=== Xtreme Cover Flow === Advanced Papervision3D CoverFlow application with lots of features . No Flash Knowledge required to insert the Cover Flow SWF inside the HTML page(s) of your site. == Installation == 1. Copy the xtreme-coverflow folder to the /wp-content/plugins/ directory. Activate through the 'Plugins' menu in WordPress. 2. Copy the flashtuning directory to the wp-content folder. (e.g: "http://www.yoursite.com/wp-content/flashtuning/xtreme-coverflow") 3. Insert the swf into post or page using this tag: `[xtreme-coverflow]`. 4. If you want to modify the width and height of the cover flow insert this attributes into the tag: `[xtreme-coverflow width="yourvalue" height="yourvalue"]` 5. If you want to use multiple instances of Xtreme Cover Flow on different pages. Follow this steps: a. There are 2 xml files in **wp-content/flashtuning/xtreme-coverflow/assets/xml** folder: cover-settings.xml, used for general settings, and media1.xml, used for individual items. b. Modify the 2 xml files according to your needs and rename them (eg.: cover-settings2.xml, media2.xml) c. Open the cover-settings2.xml, search for this tag **** and change the attribute value to **media2.xml** d. Copy the 2 modified xml files to **wp-content/flashtuning/xtreme-coverflow/assets/xml** folder e. Use the **xml** attribute `[xtreme-coverflow xml="cover-settings2.xml"]` when you insert the cover flow on a page. 6. Optionally for custom pages use this php function:**xtremeCoverFlowEcho(width,height,xmlFile)**(e.g: xtremeCoverFlowEcho(590,450,'cover-settings.xml') )